*{
    font-family: "Roboto", sans-serif;
}

.container-lg {
    max-width: 1000px; /* Limite la largeur à 1140px sur grands écrans */
}

@media (min-width: 1600px) {
    .container-lg {
        max-width: 1440px; /* Augmente la largeur maximale sur très grands écrans */
    }
}

/* .navbar {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
} */

.active{
    border-bottom: 2px solid white;
}


.hh {
    background-image: url('image/1.png');
    background-size: cover;
    background-position: center;
 min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.hh1 {
    background-image: url('image/Image.png');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .hh::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 60vh;
    border-radius: 40px;
    background-color: #23293480;
    pointer-events: none;
} */
.ppos{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* Pour une bordure blanche semi-transparente */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Icône blanche */
}

.pp::placeholder{
    color: #999999;
}

@media (max-width: 568px) {
    .posi{
        position: absolute;
        top: 28%;
        left: 10%;
    }
    .posi h1{
        font-size: 4rem;
    }
    .posi h2{
        font-size: 2rem;
    }
}


.modal {
    --bs-modal-width: 800px;
}

.ttt::placeholder{
    color: white;
    font-size: 13px;
}
.ttt{
    padding: 1rem;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
  }
  
  .carousel-container .col-12 {
    transition: transform 0.5s ease-in-out;
  }
  